home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / EDITORS / PC-PRO20.ZIP;1 / RESET.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-06-19  |  415 b   |  13 lines

  1. @echo off
  2. ECHO This command resets PC-Proof if PC-Proof did not quit normally.
  3. ECHO You must make sure that PC-Proof is not being used before using RESET!
  4. ECHO You must switch to the directory where PC-Proof is installed.
  5. pause
  6. if NOT exist PCPROOF.EXE goto error
  7. del PCPROOF.net
  8. ECHO PC-Proof has been reset.
  9. goto END
  10. :error
  11. ECHO ERROR - PC-Proof was not reset, switch to the PC-Proof directory.
  12. :end
  13.